home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Application Source ƒ / 68k Internet Config ƒ / IC FSSpec Whats.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-30  |  433 b   |  27 lines  |  [TEXT/SPM ]

  1. /*
  2.     IC FSSpec Whats.h
  3.     
  4. */
  5.  
  6. #pragma once
  7.  
  8. #ifndef __H_IC_FSSpec_Whats__
  9. #define __H_IC_FSSpec_Whats__
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. OSErr ICGetVolumeStuff(StringPtr name,long date,short* vrn);
  16. OSErr WhatOpenFSSpec(WindowType wt,short item);
  17. OSErr WhatClickFSSpec(WindowType wt,short item,EventRecord* er);
  18. OSErr WhatFlushFSSpec(WindowType wt,short item);
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif /* __H_IC_FSSpec_Whats__ */
  25.  
  26.  
  27.